PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFPushButtonWidget Class / setCaption Method
The text displayed on the pushbutton widget.
In This Topic
    setCaption Method
    In This Topic
    Sets the widget caption.
    Syntax
    public void setCaption( 
       java.lang.String value
    )

    Parameters

    value
    The text displayed on the pushbutton widget.
    See Also